home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 October: Mac OS SDK / Dev.CD Oct 96 SDK / Dev.CD Oct 96 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / Clock / Sources / Binding.k next >
Encoding:
Text File  |  1996-08-16  |  974 b   |  36 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                Binding.k
  4. //    Release Version:    $ ODF 1 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef BINDING_K
  11. #define Binding_K
  12.  
  13. // Kind
  14. #define kODFClockKind                 "+//ISO 9070/ANSI::113722::US::CI LABS::Apple:ODFExamples:Kind:ODFClock"
  15.  
  16. // Class ID
  17. #define kODFClockEditor             "ODFExamples::ODFClock"
  18.  
  19. // Editor User String
  20. #define kODFClockEditorUserString     "ODFClock R1"
  21.  
  22. // Kind User String
  23. #define kODFClockKindUserString     "ODF Clock Example"
  24.  
  25. // Clock OSType
  26. #define kODFClockOSType             'DFCD'
  27.  
  28. #define kKindCategoryMapId            128
  29. #define kEditorKindMapId            kKindCategoryMapId+1
  30. #define kEditorUserStringMapId        kEditorKindMapId+1
  31. #define kKindUserStringMapId        kEditorUserStringMapId+1
  32. #define kOldMacOSTypeMapId            kKindUserStringMapId+1
  33.  
  34. #endif
  35.  
  36.